/external/mesa3d/src/mesa/main/ |
light.c | 1050 _mesa_update_tnl_spaces( struct gl_context *ctx, GLuint new_state ) 1054 (void) new_state; [all...] |
dd.h | 93 void (*UpdateState)( struct gl_context *ctx, GLbitfield new_state ); [all...] |
/external/webp/src/dec/ |
idec.c | 286 static void ChangeState(WebPIDecoder* const idec, DecState new_state, 289 idec->state_ = new_state;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsession_unittest.cc | 154 PeerConnectionInterface::IceConnectionState new_state) { 155 ice_connection_state_ = new_state; 158 PeerConnectionInterface::IceGatheringState new_state) { 160 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, new_state); 161 ice_gathering_state_ = new_state; 166 if (new_state == PeerConnectionInterface::kIceGatheringGathering) { [all...] |
/hardware/ti/omap4-aah/hwc/ |
hwc.c | 2466 int new_state, state_change; local [all...] |
/external/chromium_org/third_party/boringssl/src/ssl/ |
s3_clnt.c | 188 int new_state,state,skip=0; local 597 new_state=s->state; 600 s->state=new_state; [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 764 static void yy_push_state (int new_state ,yyscan_t yyscanner); [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
dtx_decoder_amr_wb.cpp | 199 int16 new_state, /* i : New DTX state */ 216 * are st->sid_frame st->valid_data st->dtxHangoverAdded new_state (SPEECH, DTX, DTX_MUTE) */ 426 if (new_state == DTX_MUTE)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientStateMachine.java | 244 private void changeCallsState(int old_state, int new_state) { 245 Log.d(TAG, "changeStateFromCalls old:" + old_state + " new: " + new_state); 249 setCallState(c, new_state); [all...] |
/external/chromium_org/ash/display/ |
display_manager.cc | 1016 ui::MultipleDisplayState new_state = local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
session.cc | 841 void BaseSession::LogState(State old_state, State new_state) { 844 << " New state:" << StateToString(new_state) [all...] |
session.h | 493 void LogState(State old_state, State new_state);
|
/external/bison/src/ |
state.c | 119 /* FINAL_STATE is properly set by new_state when it recognizes its
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_cocoa.mm | 670 const SearchModel::State& new_state) {
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.mm | 635 const SearchModel::State& new_state) {
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 411 const SearchModel::State& new_state) OVERRIDE;
|
location_bar_view.cc | [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 207 MobileActivator::PlanActivationState new_state,
|
/external/chromium_org/content/browser/download/ |
download_item_impl.h | 369 void TransitionTo(DownloadInternalState new_state,
|
/external/chromium_org/ui/chromeos/ |
touch_exploration_controller.h | 390 void SetState(State new_state, const char* function_name);
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_stream.c | 186 CDBG("%s:stream fd=%d, stream type=%d, cur_state=%d,new_state=%d\n",
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
dd.h | 93 void (*UpdateState)( struct gl_context *ctx, GLbitfield new_state ); [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.c | 182 void p2p_set_state(struct p2p_data *p2p, int new_state) 185 p2p_state_txt(p2p->state), p2p_state_txt(new_state)); 186 p2p->state = new_state; 188 if (new_state == P2P_IDLE && p2p->pending_channel) { [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_hl.c | [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller.cc | 1801 ash::ShelfItemStatus new_state = GetAppState(app_id); local [all...] |